Click or drag to resize

ResourceMove Method (String, String)

Moves a specified source resource to a destination resource. Overwriting existing resource is not allowed.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool Move(
	string source,
	string destination
)

Parameters

source
Type: SystemString
The URI of the resource to move.
destination
Type: SystemString
The URI of the destination.

Return Value

Type: Boolean
True if success; otherwise, false.
See Also